BotaSenderTransferStatus Struct ReferenceBOTA Sender API

Detailed Description

Structure describing the status of the transfer.

Data Fields

size_t transferredBytes
 Number of bytes transferred to the recipient. More...
 
size_t totalBytes
 Total size of the bulk data to transfer. More...
 
BotaSenderTransferState transferState
 State of the transfer. More...
 

Field Documentation

◆ transferredBytes

size_t BotaSenderTransferStatus::transferredBytes

Number of bytes transferred to the recipient.

◆ totalBytes

size_t BotaSenderTransferStatus::totalBytes

Total size of the bulk data to transfer.

◆ transferState

BotaSenderTransferState BotaSenderTransferStatus::transferState

State of the transfer.


The documentation for this struct was generated from the following file:
Go to Top